build: update references for all transferred repos to github-community-projects#195
Merged
Jeffrey-Luszcz merged 2 commits intomainfrom Mar 6, 2026
Merged
Conversation
…y-projects The following repositories have been transferred from the github org to the github-community-projects org: - contributors - evergreen - issue-metrics - stale-repos - cleanowners - measure-innersource This PR updates all references across README.md, docs, and workflows to point to the new locations, and bumps action version tags where applicable (contributors@v2, issue-metrics@v4). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation and workflow references to reflect the transfer of several GitHub OSPO-related repositories from the github org to github-community-projects, ensuring links and uses: targets remain valid.
Changes:
- Updated GitHub Action
uses:references (contributors →@v2, issue-metrics →@v4, cleanowners remains@v1) to the new org. - Updated documentation links across guides/README to the new repository locations.
- Updated the contributors workflow
REPOSITORYlist to use the new org for the transferred repos.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/contributors.yml |
Points the workflow to the transferred contributors action and updates the repository list to the new org. |
README.md |
Updates the public list of OSPO Actions to link to github-community-projects/*. |
docs/contributor-insights.md |
Updates links to the contributors action README in the new org. |
docs/issue-metrics.md |
Updates issue-metrics links and the example workflow uses: reference to the new org/version. |
docs/keeping-ownership-updated.md |
Updates cleanowners links and example workflow reference to the new org. |
docs/managing-dependencies-at-scale.md |
Updates evergreen links to the new org. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The following repositories have been transferred from the
githuborg to thegithub-community-projectsorg:This PR updates all references across the repository to point to the new locations.
Changes
.github/workflows/contributors.ymluses: github/contributors@v1→github-community-projects/contributors@v2REPOSITORYenv var listREADME.mddocs/contributor-insights.mddocs/issue-metrics.mduses: github/issue-metrics@v2→github-community-projects/issue-metrics@v4docs/keeping-ownership-updated.mddocs/managing-dependencies-at-scale.mdConsolidation
This PR supersedes and consolidates the following individual PRs:
It also adds the previously missing updates for evergreen and issue-metrics.